range: Fix coordinates in coord_to_value
authorTimm Bäder <mail@baedert.org>
Thu, 22 Feb 2018 16:13:05 +0000 (17:13 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 23 Feb 2018 09:47:05 +0000 (10:47 +0100)
commit4c952da6cb1b8a8301733c297f97545d9bfa742a
tree38fa977f25f66b490769b0209bf6f7ef1c21a470
parent52f877d6066be7f2a9f386ba2620615d89406426
range: Fix coordinates in coord_to_value

The given coordinate needs to be trough-relative, since that's what the
slider is relative to. Also use the trough's content size and not the
outer size.
gtk/gtkrange.c